SELECT CASE Assistant
In the ASP Structures Toolbar, pressing the Select button brings up a Select Case Assistant. If you want just a generic structure itself, just enter a test case and click the 'Just Enter Framework' checkbox, and click the 'Enter' button.

However, you can build your entire Select Case Statement in this way:
(leave the 'Just Enter Framework' checkbox unchecked)
Enter the item/variable for your case to test and click the 'Enter' button.
Then, for each case you'd like to enter, merely enter that case in the 'Choice' text box. Next, enter the the code for the output of that particular choice in the box below it.
Once you're happy with that code, press the '>>' button between the two code boxes to 'push' the code from the left box, into the box on the right.
Once you're finished with each item in your Select Case Statement, click the 'Apply' button to insert the finished Select Case Statement into your open document.

Select Case Assistant